home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_1 / dcrd100.zip / DCRD100.DOC next >
Text File  |  1993-01-18  |  5KB  |  114 lines

  1. DCRD - Door Carrier Drop MOD for RBBS-PC 17.4
  2. By: Dan Drinnon Copyright (c) 1992
  3.  
  4. CREDITS:
  5. --------
  6. Special Thanks to Chip Morrow and Doug Wilson who wrote MailManager +PLUS+, the
  7. QWK Mail Door for RBBS.  Without their program, I wouldn't have thought of this
  8. mod.
  9.  
  10. DISCLAIMER:
  11. -----------
  12. Use these mods at your own risk, subject to the following text under header
  13. "RESTRICTIONS".
  14.  
  15. RESTRICTIONS:
  16. -------------
  17. You are free to use these MODS for your own use.  You may not redistribute
  18. them in modified form in anyway.  You may not include them with major mods,
  19. such as, but not including, the MAPLE MODS, DGS MODS, or CDOR MODS.  In
  20. other words, you MAY include them in the MAPLE MODS, DGS MODS and CDOR MODS,
  21. but NO OTHERS.  If you are responsible for any major mods and your mods
  22. are not listed above, then you are not authorized to use the mods I wrote.
  23. The philosophy of RBBS, "Users Helping Users" is important to me, but
  24. unfortunatly, some sysops have decided to make it "Users Screwing Users",
  25. and therefore, I will not allow certain individuals use these mods.
  26. It should be quite OBVIOUS which mods are NOT included above.  Finally,
  27. the code may be used by the copyright owners of RBBS-PC and if these mods
  28. are used in RBBS-PC, the copyright of these mods will then belong to the
  29. copyright owners of RBBS-PC.
  30.  
  31. FILES:
  32. ------
  33. DCRD100  DOC  This file
  34. RBBS-VAR NEW  Changes for RBBS-VAR.BAS
  35. RSB2DCRD MRG  merge file for RBBSSUB2.BAS
  36. RSB3DCRD MRG  merge file for RBBSSUB3.BAS
  37.  
  38.  
  39. DESCRIPTION:
  40. ------------
  41. Modification for RBBS-PC v17.4 to let RBBS know that a DOOR specified in
  42. your DOORS.DEF file is "authorized" to drop carrier, or log off a user,
  43. without putting a "carrier dropped" in the callers file.  This mod will
  44. put a "Logged Off from Door" in the callers file instead.  This will help
  45. bulletin generator programs that make Top 30 Carrier Dropper type bulletins
  46. from wrongly listing people who log off from a door as carrier droppers.
  47.  
  48. IMPLEMENTATION:
  49. ---------------
  50. Use Ken Goosen's BLED utility to automatically MERGE the *.MRG files
  51. into a stock RBBS source file:
  52. BLED /L /B RBBSSUB2.BAS RSB2DOOR.MRG RBBSSUB2.NEW
  53. BLED /L /B RBBSSUB3.BAS RSB3DOOR.MRG RBBSSUB3.NEW
  54. Copy the *.NEW files to their *.BAS files, and compile RBBS as described in
  55. the RBBS-PC documentation.  You may want to add the merges in BY HAND if
  56. you are already running other mods to RBBS-PC.  Copy RBBS-VAR.NEW over to
  57. RBBS-VAR.BAS, or add the changes in by hand.  Finally compile RBBS-PC,
  58. as described in the RBBS-SRC.ZIP documentation.
  59.  
  60. USEAGE:
  61. -------
  62. A 9th Parameter is added to the RBBS-PC DOORS.DEF control file, specifying
  63. whether the door can log off a user or not:
  64.    Y - means Yes
  65.    N - means No
  66. This parameter must be in CAPS.
  67. You will then have to change your DOORS.DEF file by adding the 9th parameter.
  68. Here's a sample DOORS.DEF file:
  69.  
  70. GAMES,50,,S,"GAMES.BAT",N,,90,N
  71. MAILMGR,50,,S,"MAILMAN.BAT [NODE] [CBAUD]",N,,45,Y
  72. BBSLIST,50,,S,"BBSLIST.BAT",N,,45,N
  73. COMPLAIN,50,,S,"COMPLAIN.BAT",N,,10,Y
  74.  
  75. In this doors.def file, GAMES does not allow for dropped carriers, but the
  76. MAILMGR does since it can be configured to log off users from the door itself.
  77. The BBSLIST does not, and finally, the COMPLAINt door does - it's a door where
  78. users can lodge complaints about the BBS, and if they do, the door hangs up on
  79. them.
  80.  
  81.  
  82. HELP?
  83. -----
  84. If you need help, there's help available!  You can netmail or log on to
  85. my BBS, The Cellar Door, at:
  86. 1-505-763-1795 3am - 2am MST (2am - 3am is reserved for netmail only)
  87. RBBSNet - 8:903/1
  88. FidoNet - 1:313/6
  89. CandyNet - 42:1034/1
  90. Please be specific so I can help the best I can!  All netmail will be returned
  91. if the call is inside the continental United States, otherwise, netmail replies
  92. will be on HOLD for you until you Poll back.
  93.  
  94.  
  95. PLUGS:
  96. ------
  97. If you want to run an excellent BBS, try one of these Major Mods:
  98.  
  99.  Maple - RBBS-MPL.ZIP  The Maple Mods - after running these, you will never
  100.          216K          want to go back to stock RBBS again, they feature
  101.                        many mods and cosmetic fixes.  QB4.5 or PDS7.1 required.
  102.  Cellar
  103.  Door  - RBBS-CDR.ZIP  The Cellar Door Mods - (my mods).  These mods feature
  104.          380K          all the Maple mods, since I work with the Maple Mods,
  105.                        and more.  With Scott McNay's Far string mods, you
  106.                        MUST have Microsoft BASIC PDS 7.1 to compile.  Lots
  107.                        and lots of mods and fixes - the way RBBS oughta be.
  108.                        Includes all the original RBBS, except Library Support
  109.                        and MultiLink.  "Better'n WildCat" - Annonymous Wildcat
  110.                        Sysop.
  111.  
  112.  Either of the above two mods will certainly help your BBS, your users,
  113.  and you, by using well intergrated and tested mods.
  114.